Resource StructureDefinition/FHIR Server from package de.gematik.isik-basismodul#4.0.1 (109 ms)
Package | de.gematik.isik-basismodul |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.isik-basismodul@4.0.1&canonical=https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisationFachabteilung |
Url | https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisationFachabteilung |
Version | 4.0.1 |
Status | active |
Date | 2024-11-25 |
Name | ISiKOrganisationFachabteilung |
Experimental | False |
Realm | de |
Description | Dieses Profil beschreibt die Organisationseinheit Fachabteilung innerhalb eines Krankenhauses.
### Motivation
Die Abbildung der Aufbauorganisation eines Krankenhauses dient der Festlegung von Zuständigkeiten und (Entscheidungs-)Verantwortungen von Organisationseinheiten (z.B. Fachkliniken, Fachabteilungen und -bereichen etc.) in strukturierter Form.
In FHIR wird die Organisation (Organization) vom Standort (Location) eindeutig abgegrenzt.
Die Erfassung der Organisation in strukturierter Form ermöglicht u.a.:
- Zuweisungen von Diensten an bestimmte Bereiche der Aufbauorganisation im Rahmen des Terminmanagements
- Die Raum- und Betten-Belegung in strukturierter Form (interdisziplinär)
Auch die Erfassung des Krankenhauses als Ganzem ist relevant.
Entsprechend fokussieren die folgenden Profile zur Organisation auf das Krankenhaus als Ganzes und die Fachabteilung als Organisation.
### Kompatibilität
Für das Profil ISiKOrganisation wurde bis zum Zeitpunkt der Veröffentlichung kein Abgleich der Kompatibilität zu anderen Profilen (der KBV und der Medizininformatik-Initiative) durchgeführt.
Hinweise zu Inkompatibilitäten können über die [Portalseite](https://service.gematik.de/servicedesk/customer/portal/16) gemeldet werden.
|
Type | Organization |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "ISiKOrganisationFachabteilung",
"url" : "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisationFachabteilung",
"version" : "4.0.1",
"name" : "ISiKOrganisationFachabteilung",
"status" : "active",
"experimental" : false,
"date" : "2024-11-25",
"publisher" : "gematik GmbH",
"description" : "Dieses Profil beschreibt die Organisationseinheit Fachabteilung innerhalb eines Krankenhauses.\r\n### Motivation\r\n\r\nDie Abbildung der Aufbauorganisation eines Krankenhauses dient der Festlegung von Zuständigkeiten und (Entscheidungs-)Verantwortungen von Organisationseinheiten (z.B. Fachkliniken, Fachabteilungen und -bereichen etc.) in strukturierter Form. \r\n\r\nIn FHIR wird die Organisation (Organization) vom Standort (Location) eindeutig abgegrenzt.\r\n\r\nDie Erfassung der Organisation in strukturierter Form ermöglicht u.a.:\r\n- Zuweisungen von Diensten an bestimmte Bereiche der Aufbauorganisation im Rahmen des Terminmanagements\r\n- Die Raum- und Betten-Belegung in strukturierter Form (interdisziplinär)\r\n\r\nAuch die Erfassung des Krankenhauses als Ganzem ist relevant.\r\nEntsprechend fokussieren die folgenden Profile zur Organisation auf das Krankenhaus als Ganzes und die Fachabteilung als Organisation. \r\n### Kompatibilität\r\n\r\nFür das Profil ISiKOrganisation wurde bis zum Zeitpunkt der Veröffentlichung kein Abgleich der Kompatibilität zu anderen Profilen (der KBV und der Medizininformatik-Initiative) durchgeführt.\r\nHinweise zu Inkompatibilitäten können über die [Portalseite](https://service.gematik.de/servicedesk/customer/portal/16) gemeldet werden.\r\n\r\n",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Organization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.identifier:IKNR",
"path" : "Organization.identifier",
"sliceName" : "IKNR",
"comment" : "Motivation: Entsprechend der Profil-Festlegung der KBV Organisation 1.5.0. (https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization), muss ein System ein Institutionskennzeichen (IKNR) verarbeiten können, sofern diese Information verfügbar ist. ",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-iknr"
]
}
],
"patternIdentifier" : {
"system" : "http://fhir.de/sid/arge-ik/iknr"
},
"mustSupport" : true
},
{
"id" : "Organization.identifier:BSNR",
"path" : "Organization.identifier",
"sliceName" : "BSNR",
"comment" : "Motivation: Entsprechend der Profilierung im Rahmen der Stakeholderbefragung zu einem Profil Organisation in der Arbeitsgruppe zum ISIK Basismodul Stufe 4 und der Vorgabe der KBV Organisation 1.5.0. (https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization), muss ein System eine Betriebsstättennummer (BSNR) verarbeiten können, sofern diese Information verfügbar ist.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-bsnr"
]
}
],
"patternIdentifier" : {
"system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"
},
"mustSupport" : true
},
{
"id" : "Organization.identifier:TelematikID",
"path" : "Organization.identifier",
"sliceName" : "TelematikID",
"comment" : "Motivation: Entsprechend der Profil-Festlegung der KBV Organisation 1.5.0. (https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization) und der VZD-FHIR-Directory Organisation-Ressource in der Version 0.10.2 (https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory), muss ein System ein Institutionskennzeichen (IKNR) verarbeiten können, sofern diese Information verfügbar ist.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"patternIdentifier" : {
"system" : "https://gematik.de/fhir/sid/telematik-id"
},
"mustSupport" : true
},
{
"id" : "Organization.identifier:Abteilungsidentifikator",
"path" : "Organization.identifier",
"sliceName" : "Abteilungsidentifikator",
"comment" : "Motivation: Für IDs, die Krankhausintern spezifischen Fachabteilungen vergeben werden, ist diese Identifier zu nutzen - analog zu Slice Abteilungsidentifikator in https://simplifier.net/medizininformatikinitiative-modulstrukturdaten/mii_pr_struktur_abteilung.",
"min" : 1,
"max" : "1",
"patternIdentifier" : {
"type" : {
"coding" : [
{
"code" : "225746001",
"system" : "http://snomed.info/sct"
}
]
}
},
"mustSupport" : true
},
{
"id" : "Organization.identifier:Abteilungsidentifikator.system",
"path" : "Organization.identifier.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.identifier:Abteilungsidentifikator.value",
"path" : "Organization.identifier.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.active",
"path" : "Organization.active",
"comment" : "Motivation: Ein System muss prüfen können, ob eine Fachabteilung als Organisation aktiv ist oder nicht, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.type",
"path" : "Organization.type",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open",
"ordered" : false
},
"comment" : "Motivation: Ein System muss den Typ einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist. \r\n Die Festlegung einer endlichen Menge von Organisations-Formen in verbindlicher weise, ist zum Zeitpunkt der Festlegung nicht möglich.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:organisationstyp",
"path" : "Organization.type",
"sliceName" : "organisationstyp",
"comment" : "Motivation: Eine Fachabteilung muss als solche hinsichtlich des Typs kodiert werden.",
"min" : 1,
"max" : "1",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "dept",
"system" : "http://terminology.hl7.org/CodeSystem/organization-type"
}
]
},
"mustSupport" : true
},
{
"id" : "Organization.type:ErweiterterFachabteilungsschluessel",
"path" : "Organization.type",
"sliceName" : "ErweiterterFachabteilungsschluessel",
"comment" : "Motivation: Das ValueSet muss bindend sein, damit Systemübergreifend der Fachabteilungstyp einheitlich kodiert werden kann. \r\n \r\n Dieses ValueSet KANN über ein Mapping (siehe Abschnitt https://wiki.hl7.de/index.php?title=IG:Value_Sets_f%C3%BCr_XDS#DocumentEntry.practiceSettingCode) mit dem ValueSet der Fachrichtung verknüpft werden und darüber ggf. die Integration von Systemen erleichtern.",
"min" : 0,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://fhir.de/ValueSet/dkgev/Fachabteilungsschluessel-erweitert"
}
},
{
"id" : "Organization.type:ErweiterterFachabteilungsschluessel.coding.system",
"path" : "Organization.type.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:ErweiterterFachabteilungsschluessel.coding.code",
"path" : "Organization.type.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:Fachbereich",
"path" : "Organization.type",
"sliceName" : "Fachbereich",
"min" : 0,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ihe-d.de/ValueSets/IHEXDSpracticeSettingCode"
}
},
{
"id" : "Organization.type:Fachbereich.coding.system",
"path" : "Organization.type.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type:Fachbereich.coding.code",
"path" : "Organization.type.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.name",
"path" : "Organization.name",
"comment" : "Motivation: Einer Organisation oder Organisationseinheit muss ein Name zugewiesen werden.",
"mustSupport" : true
},
{
"id" : "Organization.alias",
"path" : "Organization.alias",
"comment" : "Hinweis: unter Umstaänden können hier Kürzel genutzt werden. Motivation: Ein System muss den Alias einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.telecom",
"path" : "Organization.telecom",
"comment" : "Motivation: Ein System muss Kontaktinformation einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"comment" : "In order to differentiate between post box addresses and physical addresses, street names and house numbers, and to add city district names, vendors can opt to support the extensions as suggested in the German Address Base Profile http://fhir.de/StructureDefinition/address-de-basis.\r\nSuch differentiations are however not required within the scope of this specification.",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift",
"path" : "Organization.address",
"sliceName" : "Strassenanschrift",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"patternAddress" : {
"type" : "both"
},
"constraint" : [
{
"key" : "address-cnt-2or3-char",
"severity" : "warning",
"human" : "The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2.",
"expression" : "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))",
"source" : "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisationFachabteilung"
}
],
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.extension:Stadtteil",
"path" : "Organization.address.extension",
"sliceName" : "Stadtteil",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.type",
"path" : "Organization.address.type",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line",
"path" : "Organization.address.line",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Strasse",
"path" : "Organization.address.line.extension",
"sliceName" : "Strasse",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Hausnummer",
"path" : "Organization.address.line.extension",
"sliceName" : "Hausnummer",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Adresszusatz",
"path" : "Organization.address.line.extension",
"sliceName" : "Adresszusatz",
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.line.extension:Postfach",
"path" : "Organization.address.line.extension",
"sliceName" : "Postfach",
"max" : "0"
},
{
"id" : "Organization.address:Strassenanschrift.city",
"path" : "Organization.address.city",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.postalCode",
"path" : "Organization.address.postalCode",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Strassenanschrift.country",
"path" : "Organization.address.country",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach",
"path" : "Organization.address",
"sliceName" : "Postfach",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"patternAddress" : {
"type" : "postal"
},
"constraint" : [
{
"key" : "address-cnt-2or3-char",
"severity" : "warning",
"human" : "The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2.",
"expression" : "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))",
"source" : "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisationFachabteilung"
}
],
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.extension:Stadtteil",
"path" : "Organization.address.extension",
"sliceName" : "Stadtteil",
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.type",
"path" : "Organization.address.type",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.line",
"path" : "Organization.address.line",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.line.extension:Strasse",
"path" : "Organization.address.line.extension",
"sliceName" : "Strasse",
"max" : "0"
},
{
"id" : "Organization.address:Postfach.line.extension:Hausnummer",
"path" : "Organization.address.line.extension",
"sliceName" : "Hausnummer",
"max" : "0"
},
{
"id" : "Organization.address:Postfach.line.extension:Adresszusatz",
"path" : "Organization.address.line.extension",
"sliceName" : "Adresszusatz",
"max" : "0"
},
{
"id" : "Organization.address:Postfach.line.extension:Postfach",
"path" : "Organization.address.line.extension",
"sliceName" : "Postfach",
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.city",
"path" : "Organization.address.city",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.postalCode",
"path" : "Organization.address.postalCode",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.address:Postfach.country",
"path" : "Organization.address.country",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.partOf",
"path" : "Organization.partOf",
"comment" : "Motivation: System muss die Hierarchie einer Organisationseinheit innherhalb einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.contact",
"path" : "Organization.contact",
"comment" : "Motivation: Ein System muss Kontaktinformation einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
},
{
"id" : "Organization.endpoint",
"path" : "Organization.endpoint",
"comment" : "Motivation: Ein System muss den technischen Endpunkt einer Organisation zum Abruf bereitstellen, sofern diese Information verfügbar ist.",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.